.fcc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner {
    height: 400px;
    background: url('../images/banners/QaCenter_bg.png') no-repeat;
    background-size: cover;
    color: #ebebeb;
    position: relative;
}

.banner .banner-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .banner-text h1 {
    font-size: 50px;
    font-weight: normal;
}

.banner .banner-text p {
    font-size: 30px;
    margin-top: 20px;
}

.banner .site-localtion {
    position: absolute;
    bottom: 12px;
    margin-left: 360px;
}

.banner .site-localtion a {
    color: #fff;
}

.current {
    color: #f26e69;
}

.qa-Content {
    padding-top: 52px;
    padding-bottom: 62px;
    background: #f9f9f8;
}

.qa-Content .container {
    display: flex;
    justify-content: space-between;
}


.qa-Content .con-left {
    width: 745px;
    /* height: 886px; */
    padding: 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0.9px 1.8px 8px 0px rgba(0, 0, 0, 0.05);
}

.qa-Content .con-left .left-nav {
    color: #6d6d6d;
    font-size: 18px;
    margin-bottom: 42px;
}

.qa-Content .con-left .left-nav span {
    margin-right: 30px;
    cursor: pointer;
}

.qa-Content .con-left .left-nav .current {
    color: #484848;
    font-weight: bold;
    border-bottom: 2px solid #f26e69;
}

.qa-Content .con-left .QaContent>.Qa-item{
    display: none;
}

.qa-Content .con-left .QaContent .show {
    display: block;
}

.qa-Content .con-left .qa-card {
    padding-bottom: 32px;
    margin-bottom: 28px;
    border-bottom: 1px solid #e7e7e7;
}

.qa-Content .con-left .qa-card img {
    margin-right: 15px;
}

.qa-Content .con-left .qa-card .card-A {
    color: #6e6e6e;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qa-Content .con-left .qa-card .card-Q {
    display: flex;
}

.qa-Content .con-left .qa-card .card-Q p {
    /* display: flex; */
    /* display: inline-block; */
    color: #7c7c7c;
    font-size: 16px;

}

.qa-Content .con-left .qa-card .card-Q a {
    color: #f26e69;
    margin-left: 20px;
}

/* 分页样式 */

.page {
    display: flex;
    justify-content: center;
}

.page a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 2px;
    margin-right: 18px;
}

.page .page-current {
    color: #fff;
    background-color: #f26e69;
}


.qa-Content .con-right {
    width: 430px;
    /* height: 886px; */
}

.qa-Content .con-right .search {
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 12px;
    background-color: #ffffff;
    font-size: 16px;
    box-shadow: 0.9px 1.8px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}

.qa-Content .con-right .search img {
    margin-left: 12px;
    margin-right: 10px;
}

.qa-Content .con-right .search input {
    width: 100%;
}

.qa-Content .con-right .search button {
    color: #fff;
    width: 106px;
    height: 40px;
    margin-left: auto;
    background-color: #f26e69;
    border-radius: 0px 2px 2px 0px;
}

.qa-Content .con-right .hot_search {
    margin-bottom: 38px;
}

.qa-Content .con-right .hot_search span {
    color: #434343;
}

.qa-Content .con-right .hot_search a {
    margin-left: 14px;
    color: #787878;
}

/* 问答详情右边按钮样式开始 */

.qa-Content .con-right .right_btn {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 16px;
}

.qa-Content .con-right .right_btn button:first-child {
    width: 203px;
    height: 47px;
    background-color: #f26e69;
    border-radius: 2px;
}

.qa-Content .con-right .right_btn button:last-child {
    width: 203px;
    height: 47px;
    color: #f26e69;
    border-radius: 2px;
    border: solid 2px #f26e69;
}

.qa-Content .con-right .right_btn button img {
    margin-right: 14px;
}

/* 问答详情右边按钮样式结束 */

.qa-Content .con-right .new_qa {
    padding: 28px 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0.9px 1.8px 8px 0px rgba(0, 0, 0, 0.05);
}

.qa-Content .con-right .new_qa .new_qa_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 2px solid #e7e7e7;
}

.qa-Content .con-right .new_qa .new_qa_title img {
    height: 15px;
    cursor: pointer;
}

.qa-Content .con-right .new_qa .new_qa_title span {
    font-size: 18px;
    font-weight: bold;
    color: #666464;
    padding-left: 10px;
    border-left: 3px solid #f26e69;
}

.qa-Content .con-right ul>li>a {
    display: flex;
    padding: 25px 0;
    border-bottom: 2px solid #e7e7e7;
}

.qa-Content .con-right ul>li img {
    margin-right: 20px;
    height: 24px;
}




.quick-post {
    background: #f5f5f5;
    padding-top: 94px;
    padding-bottom: 118px;

}

.quick-post .title {
    text-align: center;
    margin-bottom: 86px;
}

.quick-post .title h3 {
    font-size: 30px;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.2;
}

.quick-post .title p {
    font-size: 16px;
    color: #7e7e7e;
}

.quick-post .project_form {
    display: flex;
    justify-content: center;
}

.quick-post .project_form input {
    padding: 25px 20px;
    width: 260px;
    margin-right: 40px;
    background: #fff;
    border: 1px solid #ccc;
}

.quick-post .project_form button {
    width: 300px;
    color: #fff;
    background: #0c1e50;
}